From d090fee957c483402dfaacaec57f165b63c1690e Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Fri, 16 Oct 2009 23:32:01 +0000 Subject: [PATCH] (Magic File Names): Add @vindex file-name-handler-alist, in particular so `info-lookup-symbol' can find its docs. --- doc/lispref/files.texi | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index 8f47dfadd6c..90576333413 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi @@ -2561,6 +2561,7 @@ expression to define the class of names (all those that match the regular expression), plus a handler that implements all the primitive Emacs file operations for file names that do match. +@vindex file-name-handler-alist The variable @code{file-name-handler-alist} holds a list of handlers, together with regular expressions that determine when to apply each handler. Each element has this form: -- 2.30.2